
.daohang .dang-ul > li > a {
  font-size: 14px;
}

.hlogo img {
  width: 200px;
}

.swiper{
  position: relative;
  overflow: hidden;
}

.index_kv__body {
  height: calc(100vh);
}

.index_kv__body .kv_swiper {
  height: 100%;
  position: relative;
}

.index_kv__body .kv {
  display: block;
  text-decoration: none;
  height: 100%;
}

.index_kv__body .kv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_kv__body .txt_con {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.index_kv__body .txt_con h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color:#fff;
}

.index_kv__body .txt_con h4 {
  font-size: 18px;
  margin-bottom: 30px;
  color:#fff;
}

.index_kv__body .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  background-color: #cecece;
  border-radius: 0;
}

.index_kv__body .swiper-pagination-bullet-active {
  background-color: #04a1e2;
}

.index_pro1__body.s_2 .img_con {
  order: -1;
}

.index_pro1__body .pro_swiper {
  position: relative;
}

.index_pro1__body .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10rem 10% 3rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index_pro1__body .flex .txt_con, .index_pro1__body .flex .img_con {
  width: 50%;
  padding: 0 10px;
}

.index_pro1__body .flex .txt_con h6 {
  background-color: #04b0e2;
  font-size: 14px;
  letter-spacing: 5px;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
}

.index_pro1__body .flex .txt_con h3 {
  font-size: 32px;
  color: #171616;
  padding-bottom: 3rem;
  letter-spacing: 4px;
  font-weight: 700;
}

.index_pro1__body .flex .txt_con h4 {
  color: #04b0e2;
  font-size: 20px;
  padding-bottom: 1rem;
}

.index_pro1__body .flex .txt_con p {
  font-size: 16px;
  line-height: 2;
}

.index_pro1__body .flex .txt_con li {
  list-style: disc inside;
  color: #04b0e2;
  font-size: 1rem;
  line-height: 2;
}

.index_pro1__body .flex .txt_con li span {
  color: #424242;
}

.index_pro1__body .flex .txt_con .btn_con {
  padding-top: 1rem;
}

.index_pro1__body .flex .img_con {
  text-align: center;
}

.index_pro1__body .flex .img_con img {
  max-width: 100%;
}

.index_js__body {
  padding: 5rem 0 2rem;
  background: url(../image/js_bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}

.index_js__body .out {
  padding: 0 10%;
}

.index_js__body h3 {
  font-size: 36px;
  padding-bottom: 50px;
  text-align: center;
  letter-spacing: 5px;
}

.index_js__body img {
  width: 80%;
  display: block;
  margin:0 auto;
}

.index_js__body p {
  text-align: right;
  padding-top: 3rem;
  font-size: 0.8rem;
}

.index_txt__body {
  background-color: #04a1e2;
  padding: 3rem 0;
  color: #fff;
}

.index_txt__body .out {
  padding: 0 10%;
}

.index_txt__body h3 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 3rem;
  letter-spacing: 4px;
}

.index_txt__body p {
  font-size: 16px;
  line-height: 2;
}

.index_map__body {
  position: relative;
}

.index_map__body .bg {
  display: block;
  width: 100%;
}

.index_map__body .txt_con {
  padding: 0 10% 1rem;

  bottom: 0;
  left: 0;
  right: 0;


  
  display: flex;
  flex-wrap: wrap; 
}

.index_map__body .txt_con li {
  width: 25%;
  text-align: center;
  border-right: 1px dotted #c5c5c5;
}

.index_map__body .txt_con li h3 {
  font-family: "Impact";
  font-size: 3.6rem;
  color: #04a1e2;
}

.index_map__body .txt_con li h3 sup {
  font-size: 2rem;
  padding-left: 5px;
}

.index_map__body .txt_con li p {
  color: #212121;
  font-size: 1rem;
  padding-top: 1rem;
}

.index_news__body {
  padding: 3rem 0 0;
}

.index_news__body.zlcptj .bg_out {
  background-color: #fff;
  padding-top: 0;
}

.index_news__body.zlcptj .scroll__con .news_con.pro_con {
  border-radius: 0;
}

.index_news__body.zlcptj .swiper {
  padding: 20px;
}

.index_news__body.zlcptj .swiper-slide {
  box-shadow: 0 0 10px 3px rgba(100, 100, 100, 0.3);
}

.index_news__body.zlcptj .scroll__con .pagebtn {
  opacity: 0;
}

.index_news__body h3 {
  text-align: center;
  font-size: 36px;
  color: #303030;
  font-weight: 700;
  padding-bottom: 3rem;
}

.index_news__body .bg_out {
  background-color: #04a1e2;
  padding: 3rem;
}

.index_news__body .news_swiper {
  overflow: hidden;
  position: relative;
}

.index_news__body .scroll__con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.index_news__body .scroll__con .pagebtn {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #04a1e2;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "simsun";
  font-size: 20px;
  transition: all .3s;
}

.index_news__body .scroll__con .pagebtn:hover {
  background-color: #fff;
}

.index_news__body .scroll__con .scroll_in {
  width: 85%;
}

.index_news__body .scroll__con .news_con {
  background: #fff;
  display: block;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
}

.index_news__body .scroll__con .news_con.pro_con {
  padding: 20px;
}

.index_news__body .scroll__con .news_con.pro_con .txt_con h4 {
  text-align: center;
}

.index_news__body .scroll__con .news_con.pro_con .txt_con .blank {
  height: 5px;
  background-color: #04b0e2;
  width: 80px;
  margin: 0 auto;
}

.index_news__body .scroll__con .news_con:hover .img_con img {
  transform: scale(1.05);
}

.index_news__body .scroll__con .news_con .img_con {
  overflow: hidden;
  height: 200px;
  margin-bottom:10px;
}

.index_news__body .scroll__con .news_con .img_con img {
  display: block;
  max-width: 100%;
  transition: all .3s;
  height: 200px;
  object-fit:contain;
  height: 100%;
  margin:0 auto;
}

.index_news__body .scroll__con .news_con .txt_con {
  background-color: #fff;
  padding: 10px 20px;
}

.index_news__body .scroll__con .news_con .txt_con h4, .index_news__body .scroll__con .news_con .txt_con p {
  color: #3c3c3c;
}

.index_news__body .scroll__con .news_con .txt_con h4 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  line-height: 1.3;
  height: 6rem;
  overflow: hidden;
}

.index_news__body .scroll__con .news_con .txt_con p {
  font-size: 1rem;
  line-height: 1.5;
  height: 5rem;
  overflow: hidden;
}

.index_contact__body {
  background-color: #fff;
  padding: 6rem 0;
}

.index_contact__body .out {
  padding: 0 10%;
}

.index_contact__body h3, .index_contact__body h4 {
  text-align: center;
  color: #303030;
}

.index_contact__body h3 {
  font-size: 36px;
  padding-bottom: 1rem;
  letter-spacing: 4px;
}

.index_contact__body h4 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

.index_contact__body .from {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.index_contact__body .from li {
  width: 50%;
  padding: 0 10px;
}

.index_contact__body .from li p {
  margin-bottom: 1.5rem;
}

.index_contact__body .from li p.last {
  margin-bottom: 0;
}

.index_contact__body .from li p span {
  font-size: 1rem;
  padding: 10px;
}

.index_contact__body .from li p span strong {
  font-size: 1.2rem;
}

.index_contact__body .from li .inp {
  border-radius: 4px;
  background-color: #f0f0f0;
  font-size: 1rem;
  color: #333;
  padding: 10px;
  width: 100%;
  border: 0;
}

.index_contact__body .from li .inp::placeholder {
  font-size: 1rem;
}

.index_contact__body .from li textarea {
  height: 100%;
}

.cailiao__body {
  background-color: #fff;
  padding: 80px 0;
}

.cailiao__body .out {
  padding: 0 10%;
}

.cailiao__body h3.tit, .cailiao__body p.tit {
  text-align: center;
  color: #303030;
}

.cailiao__body h3.tit {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 10px;
}

.cailiao__body p.tit {
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.cailiao__body .cailiao_swiper {
  position: relative;
  overflow: hidden;
}

.cailiao__body .cailiao_con {
  display: block;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  margin-bottom: 50px;
}

.cailiao__body .cailiao_con:hover img {
  transform: scale(1.05);
}

.cailiao__body .cailiao_con img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.cailiao__body .cailiao_con span {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.4rem;
  writing-mode: vertical-lr;
  letter-spacing: 2px;
}

.cailiao__body .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  background-color: #cecece;
  border-radius: 0;
}

.cailiao__body .swiper-pagination-bullet-active {
  background-color: #04a1e2;
}

.new_kv__body {
  position: relative;
}

.new_kv__body .kv {
  display: block;
  width: 100%;
}

.new_kv__body .txt_con {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-60%);
}

.new_kv__body .txt_con .out {
  padding: 0 10%;
}

.new_kv__body .txt_con h1 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 2px;
}

.new_kv__body .txt_con h3 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 2px;
}

.new_kv__body .txt_con p {
  color: #fff;
  font-size: 2rem;
}

.new_kv__body .txt_con h6{
  padding-top:20px;
}
.new_kv__body .txt_con h6 a{font-size:16px;}

.page_title {
  color: #303030;
  font-size: 2.2rem;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 3rem;
}

.plan_index__body .box_1 {
  background-color: #fff;
  padding: 7rem 0;
}

.plan_index__body .box_1 .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.plan_index__body .box_1 .flex li {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin: 0 30px 30px 0;
  border: 1px solid #7b7979;
  text-align: center;
  padding: 20px 30px;
  border-radius: 6px;
  transition: all .3s;
}

.plan_index__body .box_1 .flex li:nth-child(3n) {
  margin-right: 0;
}

.plan_index__body .box_1 .flex li:hover {
  background-color: #04b0e2;
  border-color: #04b0e2;
}

.plan_index__body .box_1 .flex li:hover h3, .plan_index__body .box_1 .flex li:hover p {
  color: #fff;
}

.plan_index__body .box_1 .flex li:hover i.ico_1 {
  background-image: url(../image/电子电器_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_2 {
  background-image: url(../image/医学发展_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_3 {
  background-image: url(../image/口腔齿科_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_4 {
  background-image: url(../image/鞋业制造_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_5 {
  background-image: url(../image/教育应用_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_6 {
  background-image: url(../image/文化创意_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_7 {
  background-image: url(/static/liantai/img/%E5%BB%BA%E7%AD%91%E5%BA%94%E7%94%A8_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_8 {
  background-image: url(../image/汽车应用_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_9 {
  background-image: url(../image/轮胎行业_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_10 {
  background-image: url(../image/手板应用_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_11 {
  background-image: url(../image/航空航天_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_12 {
  background-image: url(/static/liantai/img/%E7%B2%BE%E5%AF%86%E9%93%B8%E9%80%A0_1.png);
}

.plan_index__body .box_1 .flex li i.ico_13 {
  background-image: url(../image/动漫行业_1.png);
}

.plan_index__body .box_1 .flex li:hover i.ico_14 {
  background-image: url(/static/liantai/img/%E5%85%B6%E4%BB%96%E5%BA%94%E7%94%A8_1.png);
}

.plan_index__body .box_1 .flex li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.plan_index__body .box_1 .flex li i {
  display: block;
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.plan_index__body .box_1 .flex li i.ico_1 {
  background-image: url(/static/liantai/img/%E7%94%B5%E5%AD%90%E7%94%B5%E5%99%A8.png);
}

.plan_index__body .box_1 .flex li i.ico_2 {
  background-image: url(/static/liantai/img/%E5%8C%BB%E5%AD%A6%E5%8F%91%E5%B1%95.png);
}

.plan_index__body .box_1 .flex li i.ico_3 {
  background-image: url(/static/liantai/img/%E5%8F%A3%E8%85%94%E9%BD%BF%E7%A7%91.png);
}

.plan_index__body .box_1 .flex li i.ico_4 {
  background-image: url(../image/鞋业制造.png);
}

.plan_index__body .box_1 .flex li i.ico_5 {
  background-image: url(/static/liantai/img/%E6%95%99%E8%82%B2%E5%BA%94%E7%94%A8.png);
}

.plan_index__body .box_1 .flex li i.ico_6 {
  background-image: url(../image/文化创意.png);
}

.plan_index__body .box_1 .flex li i.ico_7 {
  background-image: url(/static/liantai/img/%E5%BB%BA%E7%AD%91%E5%BA%94%E7%94%A8.png);
}

.plan_index__body .box_1 .flex li i.ico_8 {
  background-image: url(/static/liantai/img/%E6%B1%BD%E8%BD%A6%E5%BA%94%E7%94%A8.png);
}

.plan_index__body .box_1 .flex li i.ico_9 {
  background-image: url(/static/liantai/img/%E8%BD%AE%E8%83%8E%E8%A1%8C%E4%B8%9A.png);
}

.plan_index__body .box_1 .flex li i.ico_10 {
  background-image: url(/static/liantai/img/%E6%89%8B%E6%9D%BF%E5%BA%94%E7%94%A8.png);
}

.plan_index__body .box_1 .flex li i.ico_11 {
  background-image: url(/static/liantai/img/%E8%88%AA%E7%A9%BA%E8%88%AA%E5%A4%A9.png);
}

.plan_index__body .box_1 .flex li i.ico_12 {
  background-image: url(/static/liantai/img/%E7%B2%BE%E5%AF%86%E9%93%B8%E9%80%A0.png);
}

.plan_index__body .box_1 .flex li i.ico_13 {
  background-image: url(/static/liantai/img/%E5%8A%A8%E6%BC%AB%E8%A1%8C%E4%B8%9A.png);
}

.plan_index__body .box_1 .flex li i.ico_14 {
  background-image: url(/static/liantai/img/%E5%85%B6%E4%BB%96%E5%BA%94%E7%94%A8.png);
}



.plan_index__body .box_1 .flex li h3, .plan_index__body .box_1 .flex li p {
  color: #303030;
}

.plan_index__body .box_1 .flex li h3 {
  font-size: 26px;
  padding-bottom: 20px;
}

.plan_index__body .box_1 .flex li p {
  font-size: 14px;
  line-height-step: 1.5;
}

.plan_index__body .box_2.b {
  background-color: #09111a;
}

.plan_index__body .box_2.b .txt_con h3, .plan_index__body .box_2.b .txt_con p {
  color: #fff;
}

.plan_index__body .box_2:nth-child(odd) .img_con {
  order: -1;
}

.plan_index__body .box_2 .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.plan_index__body .box_2 .flex .txt_con {
  width: 60%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plan_index__body .box_2 .flex .txt_con h3 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  padding-bottom: 2rem;
}

.plan_index__body .box_2 .flex .txt_con p {
  font-size: 0.9rem;
  line-height: 2;
}

.plan_index__body .box_2 .flex .txt_con h6 {
  margin-top: 3rem;
}

.plan_index__body .box_2 .flex .txt_con .custom-btn {
  margin-left: 0;

}

.plan_index__body .box_2 .flex .img_con {
  width: 40%;
}

.plan_index__body .box_2 .flex .img_con img {
  display: block;
  width: 100%;
}

.more_story__body h3.tit {
  background-color: #04b0e2;
  letter-spacing: 2px;
  font-size: 2.6rem;
  color: #fff;
  padding: 3rem;
  text-align: center;
}

.more_story__body .story_swiper {
  overflow: hidden;
  margin: 3rem 0;
  position: relative;
}

.more_story__body .story_con {
  display: block;
  text-decoration: none;
  border: 1px solid #cecece;
}

.more_story__body .story_con:hover .img_con img {
  transform: scale(1.05);
}

.more_story__body .story_con:hover .txt_con {
  background-color: #04b0e2;
}

.more_story__body .story_con:hover .txt_con h3, .more_story__body .story_con:hover .txt_con h6 {
  color: #fff;
}

.more_story__body .story_con .img_con {
  overflow: hidden;
}

.more_story__body .story_con .img_con img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.more_story__body .story_con .txt_con {
  background-color: #fff;
  padding: 20px;
  transition: all .3s;
}

.more_story__body .story_con .txt_con h3 {
  font-size: 1.2rem;
  color: #303030;
  line-height: 25px;
  height: 100px;
  margin-bottom: 20px;
}

.more_story__body .story_con .txt_con h6 {
  font-size: 1rem;
  color: #303030;
}

.plan_list__body .top_txt_con {
  background-color: #fff;
  padding: 6rem 0;
  position: relative;
}

.plan_list__body .top_txt_con .bg {
  display: block;
  width: 100%;
}

.plan_list__body .top_txt_con p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.plan_list__body .box_list_1 {
  position: relative;
}

.plan_list__body .box_list_1 .bg {
  width: 100%;
  display: block;
}

.plan_list__body .box_list_1 .txt_con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
}

.plan_list__body .box_list_1 .txt_con .out {
  padding: 0 10%;
}

.plan_list__body .box_list_1 .txt_con .page_title {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.plan_list__body .box_list_1 .txt_con p {
  font-size: 1.4rem;
}

.plan_list__body .box_list_1 .txt_con h6 {
  margin-top: 3rem;
}

.plan_list__body .box_list_1 .txt_con .custom-btn {
  margin-left: 0;
  font-size: 1.2rem;
}

.plan_list__body .box_2.b {
  background-color: #09111a;
}

.plan_list__body .box_2.b .txt_con h3, .plan_list__body .box_2.b .txt_con p {
  color: #fff;
}

.plan_list__body .box_2:nth-child(odd) .img_con {
  order: -1;
}

.plan_list__body .box_2:nth-child(odd) .flex .txt_con h3, .plan_list__body .box_2:nth-child(odd) .flex .txt_con p {
  color: #303030;
}

.plan_list__body .box_2 .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.plan_list__body .box_2 .flex .txt_con {
  width: 60%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plan_list__body .box_2 .flex .txt_con h3 {
  font-size: 2.6rem;
  letter-spacing: 4px;
  padding-bottom: 3rem;
  color: #fff;
}

.plan_list__body .box_2 .flex .txt_con p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #fff;
}

.plan_list__body .box_2 .flex .txt_con h6 {
  margin-top: 3rem;
}

.plan_list__body .box_2 .flex .txt_con .custom-btn {
  margin-left: 0;
  font-size: 1.2rem;
}

.plan_list__body .box_2 .flex .img_con {
  width: 40%;
}

.plan_list__body .box_2 .flex .img_con img {
  display: block;
  width: 100%;
}

.cgal__body {
  background-color: #09111a;
  padding: 40px 0;
}

.cgal__body .page_title {
  color: #fff;
}

.cgal__body .out {
  padding: 0 10%;
}

.cgal__body .scroll_out {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cgal__body .scroll_out .swiper_btn {
  color: #fff;
  font-size: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
}

.cgal__body .scroll_out .swiper_btn.prev_btn {
  background-image: url(../image/prev_btn.png);
}

.cgal__body .scroll_out .swiper_btn.next_btn {
  background-image: url(/static/liantai/img/next_btn.png);
}

.khzs__body {
  padding: 40px 0;
}

.khzs_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.khzs_list .focus_con {
  width: 50%;
  background-color: #f5f5f4;
  padding: 30px 50px;
}

.khzs_list .focus_con h3 {
  color: #303030;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.khzs_list .focus_con p {
  color: #303030;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.khzs_list .focus_con a {
  text-decoration: none;
}

.khzs_list .focus_con img {
  width: 100%;
}

.khzs_list .focus_con h6 {
  margin-top: 15px;
}

.khzs_list .khzs_in_list {
  width: 50%;
  padding: 0 50px;
}

.khzs_list .khzs_in_list li {
  border-bottom: 1px solid #171717;
  padding: 10px 0;
  height: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.khzs_list .khzs_in_list li:first-child {
  border-top: 1px solid #171717;
}

.khzs_list .khzs_in_list li:hover h3 {
  color: #04b0e2;
}

.khzs_list .khzs_in_list li:hover h6 {
  color: #04b0e2;
}

.khzs_list .khzs_in_list li h3 {
  color: #303030;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.khzs_list .khzs_in_list li p {
  color: #303030;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
}

.khzs_list .khzs_in_list li h6 {
  text-align: right;
}

.khzs_list .khzs_in_list li a {
  display: block;
  text-decoration: none;
}

.pro_index_search__body .search_bar {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
  box-shadow: 0 0 10px 10px rgba(100, 100, 100, 0.3);
}

.pro_index_search__body .search_bar .left_con span, .pro_index_search__body .search_bar .left_con .sel {
  display: inline-block;
  vertical-align: middle;
}

.pro_index_search__body .search_bar .left_con span {
  font-weight: 700;
  color: #303030;
  font-size: 1.2rem;
}

.pro_index_search__body .search_bar .left_con .sel {
  position: relative;
  width: 120px;
  margin-right: 50px;
  margin-left: 10px;
}

.pro_index_search__body .search_bar .left_con .sel::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(/static/liantai/images/75.jpg) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 0;
  top: 41%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}

.pro_index_search__body .search_bar .left_con select {
  width: 100%;
  border: none;
  border-bottom: 0.05rem solid #dcdcdc;
  line-height: 2.25rem;
  height: 2.25rem;
  color: #3e3f40;
  font-size: 0.9rem;
  font-weight: bold;
  /*隐藏select的下拉图标*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.pro_index_search__body .search_bar .right_con {
  border: 1px solid #04b0e2;
  border-radius: 6px;
  overflow: hidden;
}

.pro_index_search__body .search_bar .right_con input, .pro_index_search__body .search_bar .right_con a {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
}

.pro_index_search__body .search_bar .right_con input {
  width: 180px;
  padding: 0 10px;
}

.pro_index_search__body .search_bar .right_con a {
  background-color: #04b0e2;
  padding: 0 20px;
  color: #fff;
}

.pro_index_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.pro_index_list dd {
  width: calc(50% - 30px * 1 / 2);
  background-color: #f6f7f7;
  margin: 0 30px 30px 0;
  padding: 80px 20px;
  position: relative;
}

.pro_index_list dd:nth-child(2n) {
  margin-right: 0;
}

.pro_index_list dd i.hot {
  background: url(/static/liantai/img/hot.png) center no-repeat;
  width: 33px;
  height: 47px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 30px;
}

.pro_index_list dd a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}

.pro_index_list dd .img_con {
  width: 45%;
}

.pro_index_list dd .txt_con {
  width: 55%;
}

.pro_index_list dd .img_con img {
  width: 100%;
}

.pro_index_list dd .txt_con {
  padding: 0 20px;
}

.pro_index_list dd .txt_con h3 {
  color: #303030;
  font-size: 1.4rem;
  border-bottom: 1px solid #969696;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pro_index_list dd .txt_con .content_out {
  max-height: 200px;
  overflow: hidden;
}

.pro_index_list dd .txt_con ul {
  margin-left: 20px;
}

.pro_index_list dd .txt_con ul li {
  list-style: outside disc;
  color: #04b0e2;
  line-height: 1.6;
}

.pro_index_list dd .txt_con ul li span {
  color: #303030;
  font-size: 1rem;
}

.pro_index_list dd .txt_con h6 {
  padding-top: 20px;
  text-align: right;
}

.pro_swiper {
  overflow: hidden;
}

.pro_swiper .swiper-pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  position: static;
}

.pro_swiper .swiper-pagination span {
  width: 30px;
  height: 8px;
  border-radius: 0;
}

.pro_new_in {
  width: 100%;
  background-color: #f6f7f7;
  padding: 50px 20px 40px 20px;
  position: relative;
}

.pro_new_in i.hot {
  background: url(/static/liantai/img/hot.png) center no-repeat;
  width: 33px;
  height: 47px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 30px;
}

.pro_new_in a {
  display: block;
  /* flex-wrap: wrap;
  align-items: center; */
  text-decoration: none;
}

.pro_new_in .img_con {
  /* width: 45%; */
  width: 100%;
  margin-bottom: 10px;
  height: 200px;
  overflow: hidden;
}

.pro_new_in .img_con img{
  object-fit: contain;
}

.pro_new_in .txt_con {
  /* width: 55%; */
  width: 100%;
  padding:20px 0 0 0 ;
}

.pro_new_in .img_con img {
  width: 100%;
}



.pro_new_in h3 {
  color: #303030;
  font-size: 1.4rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pro_new_in .txt_con .content_out {
  height: 150px;
  overflow: hidden;
}

.pro_new_in .txt_con ul {
  margin-left: 20px;
}

.pro_new_in .txt_con ul li {
  list-style: outside disc;
  color: #04b0e2;
  line-height: 1.6;
}

.pro_new_in .txt_con ul li span {
  color: #303030;
  font-size: 1rem;
}

.pro_new_in .txt_con h6 {
  padding-top: 20px;
  text-align: right;
  display: none;
}

.txt_bg_line {
  color: #fff;
  background: url(/static/liantai/img/txt_line_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.txt_bg_line .page_title {
  color: #fff;
}

.txt_bg_line p {
  font-size: 1.2rem;
  line-height: 2;
}

.cailiao_index__body .type_bar {
  background-color: #04a1e2;
  padding: 20px 10%;
  text-align: center;
}

.cailiao_index__body .type_bar a {
  padding: 0 20px;
  text-decoration: none;
  display: inline-block;
}

.cailiao_index__body .type_bar a.active i {
  background: url(/static/liantai/img/check_bg.png) center no-repeat;
  background-size: 80% 80%;
}

.cailiao_index__body .type_bar a i, .cailiao_index__body .type_bar a label {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}

.cailiao_index__body .type_bar a i {
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  position: relative;
}

.cailiao_index__body .type_bar a label {
  padding-left: 5px;
}

.cailiao_index__body .search_bar {
  background-color: #f7f7f7;
  padding: 30px 10%;
  text-align: center;
}

.cailiao_index__body .search_bar span, .cailiao_index__body .search_bar .sel, .cailiao_index__body .search_bar a {
  display: inline-block;
  vertical-align: middle;
}

.cailiao_index__body .search_bar span {
  font-weight: 700;
  color: #303030;
  font-size: 1.2rem;
}

.cailiao_index__body .search_bar .sel {
  position: relative;
  width: 120px;
  margin-right: 50px;
  margin-left: 10px;
}

.cailiao_index__body .search_bar .sel::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(/static/liantai/images/75.jpg) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 0;
  top: 41%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}

.cailiao_index__body .search_bar select {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 0.05rem solid #dcdcdc;
  line-height: 2.25rem;
  height: 2.25rem;
  color: #3e3f40;
  font-size: 0.9rem;
  font-weight: bold;
  /*隐藏select的下拉图标*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cailiao_index__body .search_bar a {
  background-color: #dedede;
  color: #303030;
  border-radius: 4px;
  padding: 10px 40px;
  letter-spacing: 2px;
}

.cailiao_index__body .search_bar a:hover {
  background-color: #04a1e2;
  color: #fff;
}

.cailiao_list {
  margin-top: 40px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 88px;
}

.cailiao_list li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #b9b9b9;
  padding: 20px 0;
  align-items: center;
}

.cailiao_list li .img_con {
  width: 300px;
}

.cailiao_list li .img_con:hover img {
  transform: scale(1.05);
}

.cailiao_list li .img_con img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.cailiao_list li .txt_con {
  width: calc(100% - 300px);
  padding-left: 20px;
}

.cailiao_list li .txt_con h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.cailiao_list li .txt_con p {
  font-size: 1rem;
  line-height: 1.6;
}

.cailiao_list li .txt_con h6 {
  text-align: right;
  padding-top: 20px;
}

.cailiao_list_swiper .swiper-container-multirow > .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}

.cailiao_list_swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

.cailiao_list_swiper .swiper-pagination {
  margin-top: 70px;
  position: static;
}

.cailiao_list_swiper .swiper-pagination span {
  width: 30px;
  height: 8px;
  border-radius: 0;
}

.cailiao_list_in {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #b9b9b9;
  padding: 20px 0;
  align-items: center;
}

.cailiao_list_in .img_con {
  width: 250px;
}

.cailiao_list_in .img_con:hover img {
  transform: scale(1.05);
}

.cailiao_list_in .img_con img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.cailiao_list_in .txt_con {
  width: calc(100% - 250px);
  padding-left: 40px;
}

.cailiao_list_in .txt_con h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.cailiao_list_in .txt_con p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.cailiao_list_in .txt_con h6 {
  text-align: right;
  padding-top: 20px;
}

.unoe__body {
  background: url(/static/liantai/img/uone_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 140px 0;
}

.unoe__body h3 {
  color: #fff;
  font-size: 2.4rem;
}

.unoe__body h6 {
  margin-top: 30px;
}

.unoe__body h6 .custom-btn {
  font-size: 1.2rem;
  letter-spacing: 4px;
}

.pro_details_top {
  padding: 150px 0;
}

.pro_details_top ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.pro_details_top ul li {
  width: 33.33%;
  padding: 0 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #303030;
}

.pro_details_top ul li img {
  display: block;
  margin: 0 auto 20px;
  max-width: 90%;
  width: 70px;
}

.pro_details_top ul li h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.pro_details_top ul li p {
  font-size: 1em;
  line-height: 1.6;
}

.pd__body {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.pd__body:nth-child(odd) .txt_con {
  order: -1;
}

.pd__body.b {
  background-color: #09111a;
}

.pd__body.b .txt_con {
  color: #fff;
}

.pd__body .img_con {
  width: 45%;
}

.pd__body .img_con img {
  display: block;
  width: 100%;
}

.pd__body .txt_con {
  width: 55%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #303030;
}

.pd__body .txt_con h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.pd__body .txt_con .blank {
  width: 40%;
  height: 8px;
  background-color: #04b0e2;
  margin-bottom: 30px;
}

.pd__body .txt_con p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.pro_details_change__body {
  padding: 80px 0;
}

.pro_details_change__body ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.pro_details_change__body ul .tab_con {
  width: 200px;
  border-right: 1px solid #b5b5b5;
}

.pro_details_change__body ul .tab_con p {
  line-height: 2;
  margin-bottom: 2rem;
}

.pro_details_change__body ul .tab_con p a {
  text-decoration: none;
  color: #747474;
  font-size: 1.2rem;
  padding-bottom: 5px;
}

.pro_details_change__body ul .tab_con p a:hover, .pro_details_change__body ul .tab_con p a.active {
  color: #303030;
  border-bottom: 2px solid #04b0e2;
}

.pro_details_change__body ul .right_con {
  width: calc(100% - 200px);
  padding-left: 40px;
}

.pro_details_change__body ul .right_con .swiper{
  position: relative;
  overflow: hidden;
}

.pro_details_change__body ul .right_con .con {
  display: none;
}

.pro_details_change__body ul .right_con .tit {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro_details_change__body ul .right_con .tit div {
  width: 33.33%;
}

.pro_details_change__body ul .right_con .tit div.last span, .pro_details_change__body ul .right_con .tit div.last em {
  vertical-align: top;
}

.pro_details_change__body ul .right_con .tit span, .pro_details_change__body ul .right_con .tit strong, .pro_details_change__body ul .right_con .tit em {
  vertical-align: center;
}

.pro_details_change__body ul .right_con .tit span {
  font-size: 1rem;
  color: #04b0e2;
}

.pro_details_change__body ul .right_con .tit strong {
  font-size: 1.2rem;
  color: #303030;
}

.pro_details_change__body ul .right_con .tit em {
  font-size: 1em;
  display: inline-block;
  font-weight: normal;
  width: calc(100% - 110px);
}

.pro_details_change__body ul .right_con .img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.jscs__body {
  padding: 60px 0;
  background-color: #09111a;
  color: #fff;
}

.jscs__body .page_title {
  color: #fff;
}

.jscs__body .table_out table {
  width: 100%;
  border-top: 1px solid #fff;
}

.jscs__body .table_out table th, .jscs__body .table_out table td {
  border-bottom: 1px solid #fff;
  padding: 20px 30px;
}

.jscs__body .table_out table th {
  font-size: 1.2rem;
  font-weight: normal;
}

.jscs__body .table_out table td {
  font-size: 1rem;
}

.jscs__body .table_out table td p {
  font-size: 1rem;
  line-height: 1.5;
}

.khal__body .title_bg {
  background-color: #04b0e2;
  padding: 60px 0;
}

.khal__body .title_bg .page_title {
  color: #fff;
  margin-bottom: 0;
}

.khal__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 80px 0;
}

.khal__list .left_con {
  text-decoration: none;
  width: 50%;
  border: 1px solid #d8d8d8;
}

.khal__list .left_con:hover .txt {
  color: #04b0e2;
}

.khal__list .left_con img {
  display: block;
  width: 100%;
}

.khal__list .left_con .txt {
  padding: 30px;
  color: #303030;
}

.khal__list .left_con .txt h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 10px;
}

.khal__list .left_con .txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.khal__list .right_con {
  width: 50%;
  padding-left: 40px;
  margin-top: -20px;
}

.khal__list .right_con li {
  border-bottom: 1px solid #b5b5b5;
}

.khal__list .right_con li a {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}

.khal__list .right_con li a:hover .txt_con {
  color: #04b0e2;
}

.khal__list .right_con li .img_con {
  width: 35%;
}

.khal__list .right_con li .img_con img {
  display: block;
  width: 100%;
}

.khal__list .right_con li .txt_con {
  width: 65%;
  padding-left: 20px;
  color: #303030;
}

.khal__list .right_con li .txt_con h3 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.khal__list .right_con li .txt_con p {
  font-size: 0.8;
  line-height: 1.5;
  padding: 10px 0;
}

.khal__list .right_con li .txt_con h6 {
  text-align: right;
}

.pro_swiper .swiper-slide {
  margin-top: 0;
  margin-bottom: -10px;
}

.pro_swiper.swiper-container-multirow > .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}

.link-top{padding-top:8rem;}


#footer .footer-nav ul li a{position: relative;z-index:1;}
#footer .footer-nav ul li a:hover .mask{
  opacity: 1;
  visibility: visible;
}
#footer .footer-nav ul li a .mask{position: absolute;left:calc(100% + 10px);top:0;width:120px;padding:10px;background-color:#fff;
  border-radius: 6px;overflow: hidden;opacity: 0;visibility: hidden;transition: all .3s;}
#footer .footer-nav ul li a .mask img{display: block;width: 100%}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .index_kv__body .txt_con h3 {
    font-size: 3rem;
  }
  .index_kv__body .txt_con h4 {
    font-size: 2.4rem;
  }
  .index_pro1__body .flex .txt_con h3 {
    font-size: 2.2rem;
  }
  .index_pro1__body .flex .txt_con h4 {
    font-size: 1.5rem;
  }
  .index_pro1__body .flex .txt_con p {
    font-size: 1rem;
  }
  .cailiao__body h3.tit {
    font-size: 3rem;
  }
  .cailiao__body p.tit {
    font-size: 2rem;
  }
  .index_js__body h3 {
    font-size: 3rem;
  }
  .index_txt__body h3 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .index_txt__body p {
    font-size: 1.2rem;
  }
  .index_map__body .txt_con li h3 {
    font-size: 2.4rem;
  }
  .index_map__body .txt_con li p {
    font-size: 1rem;
  }
  .index_news__body h3 {
    font-size: 2.2rem;
  }
  .index_news__body .scroll__con .pagebtn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .index_contact__body h3 {
    font-size: 2.2rem;
  }
  .index_contact__body h4 {
    font-size: 2rem;
  }
  .index_contact__body .from li p span {
    display: block;
    padding: 10px 0 0 0;
  }
  .plan_index__body .box_2 .flex .txt_con h3 {
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
  .plan_index__body .box_2 .flex .txt_con p {
    font-size: .8rem;
  }
  .plan_index__body .box_2 .flex .txt_con h6 {
    margin-top: 20px;
  }
  .plan_index__body .box_2 .flex .txt_con .custom-btn {
    font-size: .8rem;
  }
  .more_story__body h3.tit {
    font-size: 2.2rem;
  }
  .page_title {
    font-size: 2rem;
  }
  .plan_list__body .top_txt_con {
    padding: 30px 0;
  }
  .plan_list__body .top_txt_con p {
    font-size: 16px;
  }
  .plan_list__body .box_2 .flex .txt_con h3 {
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
  .plan_list__body .box_2 .flex .txt_con p {
    font-size: 16px;
  }
  .plan_list__body .box_2 .flex .txt_con h6 {
    margin-top: 20px;
  }
  .plan_list__body .box_2 .flex .txt_con {
    padding: 20px 10%;
  }
  #certify .swiper-button-next, #certify .swiper-button-prev {
    display: none;
  }
  .khzs__body .khzs_list .focus_con h3, .khzs__body .khzs_list .khzs_in_list li h3 {
    font-size: 20px;
  }
  .khzs__body .khzs_list .khzs_in_list li p, .khzs__body .khzs_list .focus_con p {
    font-size: 16px;
  }
  .index_news__body .scroll__con .news_con .txt_con h4 {
    padding-bottom: 0;
  }
  .pro_index_search__body .search_bar {
    margin-bottom: 40px;
  }
  .cailiao_index__body .type_bar {
    padding: 20px 0%;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .cailiao_index__body .search_bar {
    text-align: left;
  }
  .cailiao_index__body .search_bar span, .cailiao_index__body .search_bar .sel {
    width: 20%;
    margin-bottom: 20px;
  }
  .unoe__body {
    padding: 60px 0;
  }
  .pro_index_search__body .search_bar .left_con .sel {
    width: 100px;
  }
  .pro_index_search__body .search_bar .right_con input {
    width: 100px;
  }
  .new_kv__body .txt_con h3 {
    font-size: 1.4rem;
  }
  .new_kv__body .txt_con p {
    font-size: 1.8rem;
  }
  .pro_details_top ul li img {
    height: 60px;
  }
  .pro_details_top ul li h3 {
    font-size: 1.8rem;
  }
  .pd__body .txt_con h3 {
    font-size: 2rem;
  }
  .pd__body .txt_con p {
    font-size: 1rem;
  }
  .pro_details_change__body ul .tab_con p a {
    font-size: 1.2rem;
  }
  .jscs__body .table_out table th {
    font-size: 1rem;
  }
  .jscs__body .table_out table td {
    font-size: 0.8rem;
  }
  .index_news__body .scroll__con .news_con .txt_con h4 {
    font-size: 1rem;
    padding-bottom: 10px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .mobile_show {
    display: block !important;
  }
  .pc_show {
    display: none;
  }
  .index_pro1__body .flex .txt_con, .index_pro1__body .flex .img_con {
    width: 100%;
  }
  .index_pro1__body .flex .txt_con {
    padding: 30px 0;
  }
  .index_js__body h3, .cailiao__body h3.tit {
    font-size: 2rem;
  }
  .cailiao__body p.tit {
    font-size: 16px;
  }
  .index_js__body p {
    text-align: center;
    font-size: 1rem;
  }
  .index_map__body {
    padding-bottom: 0px;
  }
  .index_map__body .txt_con li {
    width: 50%;
    margin-bottom: 20px;
  }
  .index_map__body .txt_con li:nth-child(2n) {
    border-right: 0;
  }
  .index_news__body .scroll__con .pagebtn {
    display: none;
  }
  .index_news__body .scroll__con .scroll_in {
    width: 100%;
  }
  .index_contact__body .from li {
    width: 100%;
  }
  .index_contact__body .from {
    align-items: center;
  }
  .index_contact__body .from li:nth-child(2n) {
    margin-top: -230px;
  }
  .index_contact__body .from li textarea {
    height: 80px;
  }
  .index_contact__body .from li p.last {
    padding-top: 100px;
  }
  .new_kv__body .txt_con h3 {
    font-size: 16px;
  }
  .page_title {
    font-size: 2rem;
  }
  .plan_index__body .box_1 {
    padding: 30px 0;
  }
  .plan_index__body .box_1 .flex li {
    width: 100%;
    margin-right: 0;
  }
  .plan_index__body .box_2 .flex .txt_con, .plan_index__body .box_2 .flex .img_con {
    width: 100%;
    padding: 20px;
  }
  .plan_index__body .box_2 .flex .txt_con {
    order: 10;
  }
  .plan_list__body .box_list_1 .txt_con .page_title {
    margin-bottom: 10px;
  }
  .plan_list__body .box_2 .flex .img_con {
    width: 100%;
    padding: 20px;
    order: -10;
  }
  .plan_list__body .box_2 .flex .txt_con {
    width: 100%;
    padding: 20px;
  }
  .khzs__body .khzs_list .focus_con, .khzs__body .khzs_list .khzs_in_list {
    width: 100%;
  }
  #certify .swiper-slide {
    width: 300px;
  }
  #certify .swiper-container {
    padding-bottom: 0;
  }
  .pro_index_search__body .search_bar .left_con span, .pro_index_search__body .search_bar .left_con .sel {
    margin-bottom: 10px;
  }
  .pro_index_search__body .search_bar .left_con {
    width: 100%;
  }
  .pro_index_search__body .search_bar .left_con span {
    width: 80px;
  }
  .pro_index_search__body .search_bar .left_con .sel {
    width: calc(100% - 120px);
    margin-right: 0;
  }
  .pro_index_search__body .search_bar .right_con input {
    width: 180px;
  }
  .pro_index_list dd {
    width: 100%;
    margin-right: 0;
  }
  .pro_index_list dd {
    padding: 40px 0;
  }
  .pro_index_list dd .img_con {
    width: 100%;
    padding: 0 20px;
  }
  .pro_index_list dd .txt_con {
    width: 100%;
    padding-top: 20px;
  }
  .pro_index_list dd i.hot {
    width: 20px;
    height: 32px;
    right: 10px;
  }
  .cailiao_list li .img_con {
    width: 100%;
    padding: 0 20px;
  }
  .cailiao_list li .txt_con {
    width: 100%;
    padding-top: 20px;
  }
  .cailiao_index__body .search_bar span, .cailiao_index__body .search_bar .sel {
    width: 40%;
    margin-right: 0;
  }
  .pro_details_top {
    padding: 40px 0;
  }
  .pro_details_top ul li {
    width: 100%;
  }
  .pd__body .img_con {
    width: 100%;
    order: -10;
  }
  .pd__body .txt_con {
    width: 100%;
  }
  .pro_details_change__body ul .tab_con {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .pro_details_change__body ul .right_con {
    width: 100%;
    padding: 0;
  }
  .pro_details_change__body ul .right_con .tit div {
    width: 100%;
  }
  .table_out {
    overflow: auto;
  }
  .table_out table th, .table_out table td {
    white-space: nowrap;
    min-width: 100px;
  }
  .khal__body .title_bg {
    padding: 20px 0;
  }
  .khal__list .left_con, .khal__list .right_con {
    width: 100%;
  }
  .khal__list .right_con {
    padding: 30px 0 0 0;
  }
  .pro_new_in{margin-bottom:30px;}
  .pro_new_in .txt_con .content_out{
    height: 150px;
  }

  .cailiao_list_in .img_con{
    width: 100%;
  }

  .cailiao_list_in .txt_con{
    width: 100%;
    padding:20px 0 0 0;
  }

  .unoe__body h3{
    font-size: 16px;
  }

}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
